/*头部 / 导航*/

.herder{
	width:100%;height:auto;position: relative;
}
.top{position:absolute;z-index: 10;top:0;left: 0; width: 100%;background:#FFFFFF;height: 170px;}

header{width: 100%;height: 100px;line-height: 80px;background: #FFF;position: fixed;z-index: 9999;left: 0;top: 0;box-shadow: 0 0 12px rgba(0,0,0,.25);border-top: 2px solid #b62135;
}
.w100{margin-top:100px;}
h1,h2,h3,h5{font-family:'微软雅黑';  word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
h4{font-family:'微软雅黑';}
.logo a{display:block;margin:0 auto;width:325px;height:50px;}
.tel{position: absolute;right: 0;width:27%;margin-top: 10px;}
.tel em{position: relative;display: block; width: 250px;margin: 0 auto;}
.tel em img{height:45px;width:134px;}
.tel em span{position: absolute;right:50px;top:15px;font-style:normal;font-size: 25px;font-weight: bold;color:#b01b2b;}
.nav-p{line-height: normal;padding-top: 10%;}
.shijiuda{width:100%; height:320px; background:url(../images/shijiuda.jpg) center center no-repeat;}
.shijiuda a{display:block; width:100%; height:100%;}
.i_more{display:none; font:400 14px/28px "微软雅黑"; color:#666; float:right;}
#header{background: #fff url(../images/head_bg.jpg) left top repeat-x; position: fixed; left: 0; top: 0; z-index: 999; width: 100%; text-align:center}
.head_con{height: 100px; position: relative;}
.head_btn{position: absolute; right: 0; width: 100px; height: 100px; cursor: pointer; background: url(../images/btn_nav.png) center center no-repeat; display: none;}
.logo{display: block; float: left; width: 27%; height: 54px; margin: 10px 0 0 15px;}
.nav_con{float: right; height: 100px;}
.nav_con li{float: left; height: 100px; overflow:hidden; position:relative; _width:95px;}
.nav_con li a{display: block; position: relative; padding: 8px 28px 0; _padding:8px 0 0; height: 92px; font: 400 14px/92px "微软雅黑";}
.nav_con li a i{display: block; position: absolute; left: 50%; bottom: 0; _bottom:-15px; height: 2px; background: #c10214; width: 0; transition: all ease-in-out .3s;}
.nav_con li a:hover{background: #f4f4f4;}
.nav_con li a:hover i{width: 100%; left: 0;}
.nav_con li.hover a{background: #f4f4f4;}
.nav_con li.hover i{width: 100%; left: 0;}
.nav_con li#da{_width:120px;}

/*导航*/
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#cssmenu:after,#cssmenu > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
#cssmenu #menu-button {
	display:none;
}
#cssmenu {
	width:842px;
	position:absolute;
	margin-right: -421px;
	right:50%;
	top:0;
	line-height:1;
	
}
#menu-line {
	position:absolute;
	top:0;
	left:0;
	height:3px;
	background:#009ae1;
	-webkit-transition:all 0.25s ease-out;
	-moz-transition:all 0.25s ease-out;
	-ms-transition:all 0.25s ease-out;
	-o-transition:all 0.25s ease-out;
	transition:all 0.25s ease-out;
}
#cssmenu > ul > li {
	float:left;
}
#cssmenu.align-center > ul {
	font-size:0;
	text-align:center;
}
#cssmenu.align-center > ul > li {
	display:inline-block;
	float:none;
}
#cssmenu.align-center ul ul {
	}#cssmenu.align-right > ul > li {
	float:right;
}
#cssmenu.align-right ul ul {
	}#cssmenu > ul > li > a {
	line-height:100px;
	width:120px;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#6a0000;
	-webkit-transition:color .2s ease;
	-moz-transition:color .2s ease;
	-ms-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}
#cssmenu > ul > li:hover > a,#cssmenu > ul > li.has-sub:hover > a::after {
	background:#f1e8db;
	color:#6a0000;

}
#cssmenu ul ul {
	position:absolute;
	left:-9999px;
}
#cssmenu li:hover {
border-left: 1px solid #dabaa2;
border-right: 1px solid #dabaa2;

}
#cssmenu li.active a {
	color:#6a0000;
}
#cssmenu li:hover > ul {
	left:auto;
}
#cssmenu.align-right li:hover > ul {
	right:0;
}
#cssmenu ul ul ul {
	margin-left:100%;
	top:0;
}
#cssmenu.align-right ul ul ul {
	margin-left:0;
	margin-right:100%;
}
#cssmenu ul ul li {
	-webkit-transition:height .2s ease;
	-moz-transition:height .2s ease;
	-ms-transition:height .2s ease;
	-o-transition:height .2s ease;
	transition:height .2s ease;
}
#cssmenu ul li:hover > ul > li {
	}#cssmenu ul ul li a {
	border-bottom:1px solid #EEE;
	height:50px;
	line-height:50px;
	text-align:center;
	width:120px;
	font-size:13px;
	background:#FFFFFF;
	text-decoration:none;
	color:#666;
	-webkit-transition:color .2s ease;
	-moz-transition:color .2s ease;
	-ms-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {
	color:#FFF;
	background:#2F7CD3;
}
#cssmenu ul ul li.has-sub > a::after {
	position:absolute;
	top:13px;
	right:10px;
	width:4px;
	height:4px;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	content:"";
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transition:border-color 0.2s ease;
	-moz-transition:border-color 0.2s ease;
	-ms-transition:border-color 0.2s ease;
	-o-transition:border-color 0.2s ease;
	transition:border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
	right:auto;
	left:10px;
	border-bottom:0;
	border-right:0;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
}
@media all and (max-width:1200px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px),only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),only screen and (min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min-resolution:192dpi) and (max-width:1024px),only screen and (min-resolution:2dppx) and (max-width:1024px) {
	.tel{display:none;}
	.w100{margin-top:50px;}
	header{height:50px !important;}
	header .logo{top:0 }
	header .logo img {height:27px;display:block;margin-left: 10px;}
	#cssmenu {
	width:100%;
	margin:0;
	right:0;
		
}
#cssmenu ul {
	width:100%;
	display:none;
}
#cssmenu.align-center > ul,#cssmenu.align-right ul ul {
	text-align:left;
}
#cssmenu ul li,#cssmenu ul ul li,#cssmenu ul li:hover > ul > li {
	width:100%;
	height:auto;
	border-top:1px solid #EEE;
	margin:0;
}
#cssmenu ul li a,#cssmenu ul ul li a {
	width:100%;
	background:#FFF;
	color:#666;
}
#cssmenu > ul > li,#cssmenu.align-center > ul > li,#cssmenu.align-right > ul > li {
	float:none;
	display:block;
	background:#FFF;
}
#cssmenu ul ul li a {
	/*height:60px;*/
	border-bottom:none;
	font-size:12px;
	color:#999;
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {
	color:#fff;
}
#cssmenu ul ul ul li a {
	padding-left:40px;
}
#cssmenu ul ul,#cssmenu ul ul ul {
	position:relative;
	left:0;
	right:auto;
	width:100%;
	margin:0;
}
#cssmenu > ul > li.has-sub > a::after,#cssmenu ul ul li.has-sub > a::after {
	display:none;
}
#menu-line {
	display:none;
}
#cssmenu #menu-button {
	display:block;
	padding:24px;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	text-transform:uppercase;
}
#cssmenu #menu-button::after {
	content:'';
	position:absolute;
	top: 20px;
	right:20px;
	display:block;
	width:15px;
	height:2px;
	background:#999;
}
#cssmenu #menu-button::before {
	content:'';
	position:absolute;
	top: 25px;
	right:20px;
	display:block;
	width:15px;
	height:7px;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
}
#cssmenu .submenu-button {
	position:absolute;
	z-index:10;
	right:0;
	top:0;
	display:block;
	border-left:1px solid rgba(120,120,120,0.15);
	height:80px;
	line-height:80px;
	width:52px;
	cursor:pointer;
}
#cssmenu .submenu-button::after {
	content:'';
	position:absolute;
	top:41px;
	left:26px;
	display:block;
	width:1px;
	height:11px;
	background:#AAA;
	z-index:99;
}
#cssmenu .submenu-button::before {
	content:'';
	position:absolute;
	left:21px;
	top:46px;
	display:block;
	width:11px;
	height:1px;
	background:#AAA;
	z-index:99;
}
#cssmenu .submenu-button.submenu-opened:after {
	display:none;
}
}.slide_container {
	width:100%;
	position:relative;
	height:100%;
}


/*公告栏*/
.Notice{background:#b11d2b;height:50px;}
.Notice .Notice-cent{width:1300px;display: block;margin:0 auto;font-size: 0;height: 50px;vertical-align:top;}
.Notice .Notice-cent .Notice-cent-left{font-size:16px;width:70%;display: inline-block;vertical-align:top;position: relative;}
.ssl{width:30% !important;}

/*滚动公告*/
.Notice-cent-left{position:relative;}
.tzgg{display:inline-block;color:#FFFFFF;position: absolute;top:50%;margin-top: -11px;}
.txtScroll-top{ width:85%;  overflow:hidden; display: inline-block;vertical-align: top;margin-left: 80px;}
.txtScroll-top .bd{ padding:0px;  }
.txtScroll-top .infoList li{ height:50px; line-height:50px;font-size: 16px;}
.txtScroll-top .infoList li .date{ float:left; color:#999;}
.txtScroll-top .infoList li a{color:#FFFFFF; word-break:keep-all; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:95%;font-size:14px;display: block;}
 
/*搜索*/
.Notice form{float:right;width:400px;height:30px;margin-top: 10px;background:#440a10;font-size: 0;}
.Notice form .keys{background:#440a10;border:0;color:#FFFFFF;font-size: 16px;}
.Notice form .ss{background:#380509;border:0;color:#FFFFFF;font-size: 16px;}
.keys{width:80%;display: inline-block;height:29px;line-height: 30px;padding-left:15px;}
.ss{width:20%;display: inline-block;line-height: 30px;text-align: center;background:#380509; }


/*四大优点*/
.superiority{background:#ddd;height:280px;}
.superiority-cent{width:1300px;display: block;margin:0 auto;height:225px;padding-top:50px;font-size: 0;}
.superiority-img{width:100%;display: block;height:175px;}
.superiority-cent li{background:url(../image/yd-back.jpg) no-repeat center;height: 175px;display: inline-block;width:25%;position: relative;overflow: hidden;}
.superiority-cent li img{position: absolute;left: 0;right:0;z-index: 1;}
.superiority-cent li span{position: absolute;z-index: 2;width:180px;height:30px;left: 50%;margin-left: -90px;top:73px;}
.superiority-cent li:hover .superiority-img{transform:scale(0.9,0.8);transition: all 1s;}
.superiority-cent li span .yd-zd{display: inline-block;vertical-align: top;position: static;margin-right: 10px;}
.superiority-cent li span em{display: inline-block;vertical-align: top;}
.superiority-cent li span em h3,.superiority-cent li span em h4{width:100%;display: block;}
.superiority-cent li span em h3{color:#b32821;font-size:18px;margin:0 !important;font-weight: bold;}
.superiority-cent li span em h4{color:#000000;font-size:14px;margin:0 !important;font-weight: bold;}

/*首页about*/

/*首页about / 业务类型 标题*/
.index-about{background:url(../image/about-backimg.png) no-repeat center;}
.index-about-title,.Scope-title,.Cooperative-title,.news-title{padding-top:50px;width:100%;}
.index-about-title span,.Scope-title span,.Cooperative-title span,.news-title span{display:block;margin:0 auto;}
.index-about-title span h2,.Scope-title span h2,.Cooperative-title span h2,.news-title span h2{width:100%;text-align: center;font-size: 25px !important;color:#b32821;font-weight: bold;font-family:'微软雅黑';margin:0 !important;letter-spacing:3px;}
.Scope-title span h2{color:#ffff33;}
.Scope-title span h2 i{color:#999999 !important;}
.Scope-title span  em{color:#fff !important;}
.index-about-title span h2 i,.Scope-title span h2 i,.Cooperative-title span h2 i,.news-title span h2 i{color:#000;font-weight: bold;font-size: 25px !important;font-family:'微软雅黑';letter-spacing:3px; }
.index-about-title span  em,.Scope-title span  em,.Cooperative-title span em,.news-title span em{width:100%;text-align: center;font-size: 25px;color:#a27d51;font-family:'微软雅黑';display: block;line-height:32px;}


/*首页about内容*/
.index-about-center{width:1300px;margin:0 auto;margin-top:50px;font-size:0;}
.index-about-center-right,.index-about-center-left{width:45%;display:inline-block;font-size:14px;height: 500px;margin-bottom:5%;vertical-align: top;}
.index-about-center-right{margin-left:5%;}
.index-about-center-left{margin-right:5%;}
.index-about-center-left img{width:100%;display: block;}
.index-about-center-left span{color:#572709;font-size: 16px;line-height: 26px;margin-top: 4%;display: block;margin-bottom:0.8%;}
.index-about-center-left a{color:#fff;font-size: 18px;width:100%;height:28px;background:#ac8163;text-align:center;line-height: 28px;float: right;}
.more{width:110px !important;}
.index-about-center-right ul{width:100%;display: block;overflow: hidden;}
.index-about-center-right ul li{width:100%;font-size:0;}
.index-about-center-right ul li em{display:inline-block;width:50%;max-height:239px;vertical-align: top;}
.index-about-center-right ul li .em1-txt{background:#b01c2b;}
.index-about-center-right ul li .em1-txt h2,.index-about-center-right ul li .em2-txt h2{margin:20% 0 5% 0;color:#fff;text-align: center;}
.index-about-center-right ul li .em1-txt p,.index-about-center-right ul li .em2-txt p{color:#fff;font-size:14px;text-align: center;line-height: 25px;width:80%;display: block;margin:0 auto;margin-bottom:20%;}
.em2-txt{background:#a51524;}
.index-about-center-right ul li .em1-img{background:url(../image/em-img1.jpg) no-repeat center;height:239px;vertical-align:top;overflow: hidden;}

.index-about-center-right ul li:hover .em1-txt,.index-about-center-right ul li:hover .em2-txt{background:#cc071a;transition:all 0.5s;}
.back-color{background: rgbem-txt2a(179,29,45,0);width:100%;height:239px;position: relative;overflow: hidden;}
.xian{width:90%;height: 90%;border:1px solid #FFFFFF;position: absolute;left:-90%;top:5%;}
.index-about-center-right ul li:hover .back-color{background:rgba(179,29,45,0.3);transition:all 0.5s;}
.index-about-center-right ul li:hover .xian{left:5%;transition:all 0.5s;}
.index-about-center-right ul li .em2-img{background:url(../image/em-img2.jpg) no-repeat center;}

.xian2{width:90%;height: 90%;border:1px solid #FFFFFF;position: absolute;right:-90%;top:5%;}
.index-about-center-right ul li:hover .back-color{background:rgba(179,29,45,0.4);transition:all 0.5s;}
.index-about-center-right ul li:hover .xian2{right:5%;transition:all 0.5s;}

/*about幻灯片*/
.slideBox{ width:100%;height:300px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;height:300px; }
.slideBox .bd img{ width:100%; height:300px; display:block;  }

/*业务范围*/
.Scope{width:100%;background:url(../image/cent3-backimg.jpg) no-repeat center; background-size: cover;}
.Scope ul{width:1088px;display: block;margin:0 auto;font-size: 0;margin-top:5%;padding-bottom: 9%;}
.Scope ul li{width:33.33%;display:inline-block;position: relative;vertical-align: top;}
.Scope ul li h2{font-size:25px;color:#FFFFFF;padding-left: 85px;text-align: left;}
.Scope ul li h4{font-size:16px;color:#FFFFFF;max-width:288px;margin-top: 50px;line-height: 30px; text-indent:32px;}
.Scopetop{margin-bottom:20px;}

.Scope-li1:before{content:'';background:url(../image/icon1.png) no-repeat center;position: absolute;left:0;top:0;width:75px;height:75px;}
.Scope-li2:before{content:'';background:url(../image/icon5.png) no-repeat center;position: absolute;left:0;top:0;width:75px;height:75px;}
.Scope-li3:before{content:'';background:url(../image/icon3.png) no-repeat center;position: absolute;left:0;top:0;width:75px;height:75px;}
.Scope-li4:before{content:'';background:url(../image/icon6.png) no-repeat center;position: absolute;left:0;top:0;width:75px;height:75px;}
.Scope-li5:before{content:'';background:url(../image/icon2.png) no-repeat center;position: absolute;left:0;top:0;width:75px;height:75px;}
.Scope-li6:before{content:'';background:url(../image/icon4.png) no-repeat center;position: absolute;left:0;top:0;width:75px;height:75px;}

/*合作伙伴*/
.Cooperative{width:100%;background: url(../image/huoban-backimg.jpg) no-repeat center;padding-bottom:50px;}
.Cooperative-ul{width:1300px;display: block;margin:0 auto;border-top: 1px solid #fff;border-bottom: 1px solid #fff;margin-top:26px;padding-top:25px;padding-bottom: 25px;font-size: 0;}
.Cooperative-ul li{width:20%;display:inline-block;font-size: 16px;height: auto;}
.Cooperative-ul li:nth-child(-n+5){margin-bottom:2%;}

.Cooperative-ul li img{width:90%;display: block;margin:0 auto;max-height: 75px;}
.Cooperative-li{margin-bottom:3%;}

/*新闻*/

.news{width:100%;background:url(../image/news-backimg.jpg) no-repeat center;}
.news-ul{max-width:1300px;display:block;margin:0 auto;margin-top:50px;font-size: 0;padding-bottom: 8%;}
.news-ul li{width:45%;display:inline-block;}
.news-ul li:hover a em{background:#a27d51;transition:all 0.5s;}
.news-ul li a span{width:40%;float: left;}
.news-ul li a span img{width:100%;display:block;height:15.5rem; }
.news-ul li a em{width:60%;float: right;background:#c3a469;color:#FFF;padding:0 4% 5.6% 4%;}
.news-ul li a em h3{font-size:20px;}
.news-ul li a em i{width:80px;height:30px;background:#9f8045;float: right; line-height:30px;text-align: center;color:#FFFFFF;position: relative;font-size: 14px;}
.news-ul li a em i:before{content:'';width:80px;height:30px;border:1px solid #9f8045;position: absolute;top:5px;left:-5px;z-index:1;}
.news-ul li a p{margin-bottom:12px;font-size: 14px;line-height: 20px;max-height:60px;overflow: hidden;text-indent:32px;}
.news-ul li:nth-child(1),.news-ul li:nth-child(3){margin-right:5%;}
.news-ul li:nth-child(2),.news-ul li:nth-child(4){margin-left:5%;}
.news-ul li:nth-child(1),.news-ul li:nth-child(2){margin-bottom:4%;}

/*footer*/
.footer{background:#b11d2b;height:350px;position: relative;}
.footer ul li{line-height:36px;font-size:15px;color:white;text-align: left;}
.footer ul li a{color:white;}.footer .ft3
.footer .ft1{width:363px;position: absolute;left:0px;top:100px;}
.ft1 li:nth-child(1){font-size:16px;text-indent:20px;background:url(../image/png_26.png)no-repeat 0px 9px;}
.footer .ft2{width:363px;position: absolute;left:0px;top:280px;}
.footer .ft2 li:nth-child(1){font-size:16px;text-indent:20px;background:url(../image/png_26.png)no-repeat 0px 9px;}
.footer .ft3{width:363px;position: absolute;left:0px;top:290px;}
.footer .ft3 li:nth-child(1){font-size:16px;text-indent:20px;background:url(../image/png_27.png)no-repeat 0px 9px;}
.footer .ft3 li:nth-child(2){font-size:16px;text-indent:20px;background:url(../image/png_28.png)no-repeat 0px 10px;}
.footer .ft4{width:200px;position: absolute;left:550px;top:90px;}
.footer .ft4 li:nth-child(1){font-size:16px;text-indent:28px;background:url(../image/png_29.png)no-repeat 0px 7px;}
.footer .ft5{width:150px;position: absolute;left:636px;top:100px;}
.footer .ft5 li:nth-child(1){font-size:16px;text-indent:28px;background:url(../image/png_30.png)no-repeat 0px 7px;}
.footer .ftrt{width:324px;position: absolute;right:0px;top:100px;}
.footer .ftrt .ftlogo{display:block;width:316px;height:50px;background:url(../image/logo-foot.png)no-repeat;}
.footer .ftrt .wbx{height:70px;margin-top:80px;margin-bottom:32px;}
.footer .ftrt .wbx a{display:inline-block;width:155px;height:70px;background:url(../image/png_17.png)no-repeat;}
.footer .ftrt .wbx a.wx{background-position-x: -155px; position:relative;}
.footer .ftrt .wbx a:hover{background-position-y: -70px;}
.footer .ftrt .wbx a.wx i{ background:url(../image/weixin.png) no-repeat; width:167px; height:105px; display:none; position: absolute; left:152px; top:160px;}
.footer .ftrt .wbx a.wx:hover i{ display:block;}
.footer .ftrt .wbx a.wx img{
	display: none;
	position: absolute;
	width: 155px;
	height: 155px;
	left: 0;
	bottom: 100%;	
	border-radius: 5px;
}
.footer .ftrt .wbx a.wx:hover img{
	display: block;
}
.footer .ftrt .bq{margin-top:20px;}
.footer .ftrt .bq p{line-height:20px;font-size:13px;color:white}
.footer .ftrt .bq p a{color:white;}
.foot-cent{width: 1200px;margin: 0 auto;position: relative;}
.dbnav{padding: 30px 0px;height:60px;}
.dbnav ul{overflow: hidden;float: left;margin-top:0px;}
.dbnav ul li{float:left;position: relative;}
.dbnav ul li a{display:block;padding:0px 30px;line-height:17px;font-size:15px;color:#788791;border-left:1px dashed #788791;}
.dbnav ul li:nth-child(1) a{width:15px;height:15px;border-left:0px dashed #788791;background:url(../image/png_03.png)no-repeat 0px -15px; margin-left: 30%;}
.dbnav ul li a:hover{color:#25b7aa}
.dbnav .dblogo{display:block;width:180px;height:42px;background:url(../image/logo.png);background-size:  100% 100%;position: absolute;right:0px;top:10px;}

/*
 不同尺寸
 * */
@media(min-width:1366px) and (max-width:1450px){
	.logo,.tel{width:20%;}
}
@media(min-width:1200px) and (max-width:1366px){
	.Notice-cent-left,.ssl{width:50% !important;}
	
	.news-ul li a span img{height: 14.5rem;}
	.news-ul li a em{padding:0 4% 3.6% 4%}
	.news-ul{width:1200px;}
	.Cooperative-ul{width:80%;}
	.Notice-cent{width:1200px !important;}
	.tel{display:none;}
	#cssmenu{right:0 !important;margin-right:0px !important;}	
	.superiority-cent{width:1200px;}
	.superiority-cent li:hover .superiority-img{transform:scale(0.87,0.8);transition: all 1s;}
	.index-about-center{width:95%;display: block;margin:0 auto;padding-top: 50px;}
	
}

@media(min-width:1024px) and (max-width:1200px){
		.Notice-cent-left,.ssl{width:50% !important;}
	#cssmenu > ul > li > a{line-height:80px;}
	.superiority{height: 230px;}
	.superiority-cent{ padding-top: 25px;}
	.news-ul li a em{width:56%;padding: 0 4% 3.8% 4%;}
	.news-ul li a span{width:44%;}
	.news-ul li a span img{height:14.4rem;}
	.news-ul li{width:48%;}
	.news-ul li:nth-child(2), .news-ul li:nth-child(4){margin-left: 2%;}
	.news-ul li:nth-child(1), .news-ul li:nth-child(3){margin-right: 2%;}
	.news-ul{width:1024px;}
	.Cooperative-ul{width:90%;padding-bottom:0px;}
	.Cooperative-ul li{margin-bottom:2%;}
	.Scope{background: url(../image/cent3-backimg-an.jpg) no-repeat center;background-size: cover;}
	.Scope ul{padding-top:5%;}
	.Scopetop{padding-bottom:50px;}
	.Scope-li1:before,.Scope-li2:before,.Scope-li3:before,.Scope-li4:before,.Scope-li5:before,.Scope-li6:before{left:50%;margin-left: -37.5px;top: -70px;}
	.Scope ul li{padding-bottom:8%;}
	.Scope ul li h2{padding-left:0;text-align: center;}
	.Scope ul li h4{width:90%;display: block;margin:0 auto;line-height:24px; }
	.index-about-center-left a{float:none;width:100%;display: block;margin:0 auto;}
	.index-about-center{width:95%;display: block;margin:0 auto;padding-top: 50px;}
	.Notice-cent{width:1000px !important;}
	.superiority-cent{width:1000px;}
	.shijiuda{width:100%; height:320px; background:url(../images/shijiuda.jpg) center center no-repeat; background-size: cover;}
	.w1200{width: 1004px; position: relative;}
	.Scope ul{width:95%;}
 
}

@media(min-width:768px) and (max-width:1024px){
		.Notice-cent-left,.ssl{width:50% !important;}
	#cssmenu > ul > li > a{line-height:90px;}
	.news{background-size:cover;}
	.news-ul{width:90%;}
	.news-ul li{width:50%;margin-left:0 !important;margin-right:0 !important;}
	.news-ul li a{display: block;width:90%;margin:0 auto;}
	.news-ul li a span{width:100%;float: none;display: block;}
	.news-ul li a span img{max-height:200px;}
	.news-ul li a em{width:100%;display: block;}
	.Cooperative{background-size:cover;}
	.Cooperative-ul{width:80%;}
	.Cooperative-ul li{height:auto;width:33.33%;margin-bottom: 20px;}
	.Scope-title{padding-top: 5%;width: 100%;}
	.Scope ul li {width:50%; padding-bottom: 8%;}
    .Scope ul{padding-top:10%;margin: 0 auto;display: block;padding-bottom:0%;width:95%; }
	
	.Scopetop{padding-bottom:50px;}
	.Scope-li1:before,.Scope-li2:before,.Scope-li3:before,.Scope-li4:before,.Scope-li5:before,.Scope-li6:before{left:50%;margin-left: -37.5px;top: -70px;}
	.Scope ul li h2{padding-left:0;text-align: center;}
	.Scope ul li h4{width:90%;display: block;margin:0 auto;height:72px; line-height: 24px; overflow: hidden;}
	.Scope{background: url(../image/cent3-backimg-an.jpg) no-repeat center;padding-bottom: 5%;background-size:cover;}
.index-about-center{width:95%;display: block;margin:0 auto;padding-top: 50px;}
.more{width:50% !important;margin-top:2% !important;float: none !important;display: block;margin:0 auto;}	
.index-about-center-left{width:100%;margin-right:0;margin:0 auto;display: inline-block;}	
.index-about-center-right{display:none;}
.Notice form{width:100%;}		
.superiority-cent li span .yd-zd{width:35px;}	
.superiority-cent li span{top:55px;width: 170px;margin-left:-85px; }
.superiority{height:210px;}
.superiority-cent{height:auto;padding-top:35px;}	
.Notice-cent{width:800px !important;}
.superiority-cent li{max-height:130px;}
.superiority-img{max-height:130px;}
.superiority-cent{width:800px;}
.foot-cent{width:100%;}
.footer .ft3,.footer .ft2,.footer .ft1{left:10%;}
.footer .ftrt{right:10%;}
.footer .ft4,.footer .ft5{display:none;}
.shijiuda,#pfpic{ display:none}
.w1200{width: 98%; position: relative;}
#imain{padding-bottom: 30px; background:none;}
.logo{ height:50px;margin:0 !important; }
.logo img{display: block; height:50px;margin-top: 10px;}

}

@media(min-width:768px) and (max-width:850px){
		.Notice-cent-left,.ssl{width:50% !important;}
	body{overflow-x:hidden;}
	#cssmenu > ul > li > a{line-height:90px;}
	.news{background-size:cover;}
	.news-ul{width:90%;}
	.news-ul li{width:50%;margin-left:0 !important;margin-right:0 !important;}
	.news-ul li a{display: block;width:90%;margin:0 auto;}
	.news-ul li a span{width:100%;float: none;display: block;}
	.news-ul li a span img{max-height:200px;}
	.news-ul li a em{width:100%;display: block;}
	.Cooperative-ul{width:80%;}
.Scope ul{padding-top:15%;}
	.Scopetop{padding-bottom:50px;}
	.Scope-li1:before,.Scope-li2:before,.Scope-li3:before{left:50%;margin-left: -37.5px;top: -70px;}
	.Scope ul li h2{padding-left:0;text-align: center;}
	.Scope ul li h4{width:90%;display: block;margin:0 auto;}
	.Scope{background: url(../image/cent3-backimg-an.jpg) no-repeat center;background-size: cover;}
.Scope ul{width:95%;}
.index-about-center{width:95%;display: block;margin:0 auto;padding-top: 50px;}
.index-about-center-left{width:100%;margin-right:0;margin:0 auto;display: inline-block;}	
.index-about-center-right{display:none;}
.more{width:50% !important;margin-top:2% !important;}	
	
.Notice-cent{width:94% !important;}
.superiority-cent{width:94%;}
.superiority-cent li:hover .superiority-img{transform: scale(0.93,0.8);}
.foot-cent{width:100%;}
.footer .ft3,.footer .ft2,.footer .ft1{left:10%;}
.footer .ftrt{right:10%;}
.footer .ft4,.footer .ft5{display:none;}
.shijiuda,#pfpic{ display:none}
.w1200{width: 98%; position: relative;}
#imain{padding-bottom: 30px; background:none;}
.logo{ height:50px;margin:0 !important; }
.logo img{display: block; height:50px;margin-top: 10px;}
.superiority-cent li{width:50%;background: url(../image/yd-back.jpg) no-repeat center; background-size: 100% 100%;}	
.superiority-cent{padding-top:25px;}	
.superiority{height:310px;}
}

@media(min-width:640px) and (max-width:768px){
	.Notice-cent-left,.ssl{width:100% !important;}
	.Notice{height:110px;}
	body{overflow-x:hidden;}
	#cssmenu > ul > li > a{line-height:90px;}
	.about-left{width:100%;margin-left: 0;}
	.map{width:100%;}
	.box_os,.onlineService{display:none !important;}
	.news{background-size:cover;}
	.news-ul{width:90%;}
	.news-ul li{width:50%;margin-left:0 !important;margin-right:0 !important;}
	.news-ul li a{display: block;width:90%;margin:0 auto;}
	.news-ul li a span{width:100%;float: none;display: block;}
	.news-ul li a span img{max-height:200px;}
	.news-ul li a em{width:100%;display: block;}
	
	.Cooperative{background-size:cover;}
	.Cooperative-ul{width:80%;}
	.Cooperative-ul li{height:auto;width:33.33%;margin-bottom: 20px;}
	.Scope-title{padding-top: 5%;width: 100%;}
	.Cooperative-ul{width:80%;}
.Scope ul{padding-top:10%; padding-bottom: 5%;}
.Scopetop{padding-bottom:50px;}
.Scope-li1:before,.Scope-li2:before,.Scope-li3:before,.Scope-li4:before,.Scope-li5:before,.Scope-li6:before{left:50%;margin-left: -37.5px;top: -70px;}
.Scope ul li h2{padding-left:0;text-align: center;}
.Scope ul li{width:50%;padding-bottom:8%;}
.Scope ul li h4{width:90%;display: block;margin:0 auto;line-height:24px; }
.Scope{background: url(../image/cent3-backimg-an.jpg) no-repeat center;background-size: cover;}
.Scope ul{width:95%;}
.index-about-center{width:95%;display: block;margin:0 auto;padding-top: 50px;padding-bottom: 15px;}
.index-about-center-left{width:100%;margin-right:0;margin:0 auto;display: inline-block;}	
.index-about-center-right{display:none;}
.more{width:50% !important;margin-top:2% !important;float:none !important;display:block;margin:0 auto;}	
.index-about-center-left{width:100%;margin-right:0;}	
.Notice-cent{width:94% !important;}
.superiority-cent{width:94%;}
.superiority-cent li{width:50%;background: url(../image/yd-back.jpg) no-repeat center; background-size: 100% 100%;}	
	.Notice form{width:100%;}
	.superiority{height:410px;}	
	.superiority-cent{padding-top:30px;}
	.w100 { margin-top:50px !important;}
	.foot-cent{width:100%;}
	.footer{height: 420px;}
	.footer .ftrt .bq{margin-top:50px;}
	.footer .ft3,.footer .ft2,.footer .ft1{left:5%;}
	.footer .ftrt{right:6%;}
	.footer .ft4,.footer .ft5,.dbnav,.wbx{display:none;}
	.shijiuda,#pfpic{ display:none}
	.w1200{width: 98%;}
	#imain{padding-bottom: 30px; background: no-repeat;}
	.logo{height:50px;margin-top:10px;}
	.logo img{display: block; height:50px;}

}
@media(min-width:640px){.web-ul{display:none;}}

@media(max-width:640px){
	.ssl{width:90% !important;}
	body{overflow-x:hidden;}
	#cssmenu > ul > li > a{line-height:75px;}
	.indicators-line > .carousel-indicators{right:42%;}
	.about-left,.map{width:100% !important;margin-left: 0;}
	.map{width:100%;}
	.box_os,.onlineService{display:none !important;}
	.news-ul li a p{font-size: 14px;}
	.news-ul li a em h3{font-size:18px;}
	.news-ul li:nth-child(3){ margin-bottom: 4%;}
	.news{background-size:cover;}
	.news-ul{width:100%;}
	.news-ul li{width:100%;margin-left:0 !important;margin-right:0 !important;}
	.news-ul li a{display: block;width:90%;margin:0 auto;}
	.news-ul li a span{width:100%;float: none;display: block;}
	.news-ul li a span img{max-height:200px;}
	.news-ul li a em{width:100%;display: block;}
	
	.Cooperative{background-size:cover;}
	.Cooperative-ul{padding-bottom:0px;}
	.Cooperative-ul li{height:auto;width:50%;margin-bottom: 20px !important;}
	.Scope-title{padding-top: 5%;width: 100%;}
	.Cooperative-ul{width:80%;}
.Scope ul{padding-top:10%;padding-top: 22%;}
.Scopetop{ margin-bottom: 110px;}
.Scope-li1:before,.Scope-li2:before,.Scope-li3:before,.Scope-li4:before,.Scope-li5:before,.Scope-li6:before{left:50%;margin-left: -37.5px;top: -70px;}
.Scope ul li h2{padding-left:0;text-align: center;}
.Scope ul li{width:50%;}
.Scope ul li h4{width:90%;display: block;margin:0 auto;line-height:20px;height: 60px;overflow: hidden;}
.Scope{background: url(../image/cent3-backimg-an.jpg) no-repeat center;background-size:cover;}
.Scope ul{width:95%;}	
.index-about{padding-bottom:5%;}
.slideBox .bd img,.slideBox{height:230px;}
.index-about-center{width:95%;display: block;margin:0 auto;padding-top:10px;padding-bottom:15px;}
.index-about-title{padding-top: 20px;padding-bottom: 15px;}	
.index-about-center-left{width:100%;margin-right:0;margin:0 auto;display: inline-block;}	
.index-about-center-right{display:none;}
.more{width:50% !important;margin-top:5% !important;float:none !important;display:block;margin:0 auto;}	
	.superiority{background:#eaeaea;height:140px;}
	.web-ul{display:block;width:100%;font-size:0px;padding-top:34px;margin-bottom:0;}
	.web-ul li{width:25%;display: inline-block;font-size:14px;color:#696969;}
	.web-ul li img{width: 50%;height: 50%;display: block;margin:0 auto;}
	.web-ul li span{width:100%;text-align: center;display: block;color:#696969;}
	.superiority-cent{display:none;}
	.superiority-cent,.Notice form{width:100%;}
	.txtScroll-top .infoList li{width:100%;}
	.Notice-cent{height:100px;display: block;}
	.Notice{height:100px;}
	.superiority-cent li{width:100%;background: url(../image/yd-back.jpg) no-repeat center; background-size: 100% 100%;}	
	.Notice-cent{width:100% !important;height:100px !important;}
	.Notice .Notice-cent .Notice-cent-left,.Notice .Notice-cent .Notice-cent-right{width:90%;display: block;margin:0 auto;}
	.w100{margin-top:50px;}
	.slide-image{min-height:160px;}
	.foot-cent{width:100%;}
	.footer{height:210px;}
	.dbnav,.wbx{display:none;}
	.footer .ftrt .bq{margin-top:50px;}
	.foot-cent{width:100%;}
	.footer .ftrt{position: static;margin:0 auto;padding-top:30px;}
	.footer .ft4,.footer .ft5,.footer .ft2,.footer .ft1,.footer .ft3{display:none;}

}

@media(max-width:350px){
	body{overflow-x:hidden;}
	.indicators-line > .carousel-indicators{right:37% !important;}
	#cssmenu > ul > li > a{line-height: 73px;}
}

